getOptions

open fun getOptions(): Iterator<out Option>

Gets an iterator over the configuration s for this control.

Options provide a way to customize the behavior or appearance of the control (e.g., scroll speed for a ticker, URL for a web view).

Retrieves an iterator over the options associated with this ComboView's underlying com.reveldigital.player.api.Module.

Options provide configuration parameters that can customize the behavior or appearance of the view or its content.

If the module is null or has no options, an empty iterator is returned to prevent NullPointerExceptions and allow for safe iteration.

Return

An Iterator of com.reveldigital.player.api.Option objects. Returns an empty iterator if no options are available.

See also